<xs:simpleType name="QtyWaitingToShipType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation>The amount of inventory claimed by orders.</xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="-2147483647" /> <xs:maxInclusive value="2147483647" /> </xs:restriction> </xs:simpleType>
© 2022 All Rights Reserved.